first of all create a database contacts
then create table contacts using following query

create table contacts(cname nchar(20),caddress nchar(20),cmobileno nchar(20),cemail nchar(20));